Skip Navigation Links.

H5Memory..::..SetElement<(Of <(<'Type>)>)> Method (, Type%)

Copy a value to the location in the allocated memory that would correspond to memory[index] if the H5Memory were an array of the same type as the value.

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public Sub SetElement(Of Type) ( _
	index As IntPtr, _
	ByRef value As Type _
)
C#
public void SetElement<Type>(
	IntPtr index,
	ref Type value
)
Visual C++
public:
generic<typename Type>
void SetElement(
	IntPtr index, 
	Type% value
)
JavaScript
JavaScript does not support generic types or methods.

Parameters

index
Type: IntPtr
Offset into array - units are elements of Type (not bytes).
value
Type: Type%

Type Parameters

Type

See Also